POPSI (Postulate-based Permuted Subject Indexing) - translation to Αγγλικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

POPSI (Postulate-based Permuted Subject Indexing) - translation to Αγγλικά

NUMBERING SCHEME USING NON-NEGATIVE INTEGERS, WHERE THE FIRST ITEM IS NUMBERED 0
Zero-based; 0-based; 0-based indexing; Zero based indexing; Numbering in computer science; Zero-based indexing; 0-based numbering; Zero offset; Count from zero; Counting from zero; Zero-indexing; Zero-numbering; Zero indexed; Zero-based ordinal; 0th element; Zero-indexed; Zero indexing; Zero-origin indexing; Zeroth floor; 0-indexing

POPSI (Postulate-based Permuted Subject Indexing)      
= Indización Permutada de Materias basada en Postulados (POPSI)
Ex: Postulate-based Permuted Subject Indexing (POPSI) is an innovative verbal classification system based primarily on Ranganathan's postulates redefined in a lucid way by Bhattacharyya.
postulate1      
(n.) = postulado
Ex: In CC you have a classification scheme which is based on precisely defined principles, and postulates, and which adheres strictly to these principles.
----
* Postulate-based Permuted Subject Indexing (POPSI) = Indización Permutada de Materias basada en Postulados (POPSI)
permuted      
----
* permuted display = presentación gráfica de términos permutados
* permuted index = índice permutado
* permuted keyword index = índice permutado de palabras clave
* permuted keyword list = lista permutada de palabras clave
* permuted list = lista permutada
* permuted title index = índice permutado de títulos
* permuted title indexing = indización permutada de títulos
* Postulate-based Permuted Subject Indexing (POPSI) = Indización Permutada de Materias basada en Postulados (POPSI)

Ορισμός

subject index
<information science> An information resource that contains references to other resources, categorised by subject, usually in a hierarchy. Yahoo is the most popular Internet subject index. Like most {other subject indices (http://yahoo.com/Computers_and_Internet/Internet/World_Wide_Web/Searching_the_Web/Web_Directories/)}, Yahoo is arranged ontologically. Subject indices are not to be confused with search engines, which are based not on subject, but instead on relevance, although (1) this difference is often (possibly rightly) hidden from the unsophisticated user, and (2) future integration of knowledge representation into relevance ranking algorithms will make this a hazy distinction. (1997-04-09)

Βικιπαίδεια

Zero-based numbering

Zero-based numbering is a way of numbering in which the initial element of a sequence is assigned the index 0, rather than the index 1 as is typical in everyday non-mathematical or non-programming circumstances. Under zero-based numbering, the initial element is sometimes termed the zeroth element, rather than the first element; zeroth is a coined ordinal number corresponding to the number zero. In some cases, an object or value that does not (originally) belong to a given sequence, but which could be naturally placed before its initial element, may be termed the zeroth element. There is not wide agreement regarding the correctness of using zero as an ordinal (nor regarding the use of the term zeroth), as it creates ambiguity for all subsequent elements of the sequence when lacking context.

Numbering sequences starting at 0 is quite common in mathematics notation, in particular in combinatorics, though programming languages for mathematics usually index from 1. In computer science, array indices usually start at 0 in modern programming languages, so computer programmers might use zeroth in situations where others might use first, and so forth. In some mathematical contexts, zero-based numbering can be used without confusion, when ordinal forms have well established meaning with an obvious candidate to come before first; for instance, a zeroth derivative of a function is the function itself, obtained by differentiating zero times. Such usage corresponds to naming an element not properly belonging to the sequence but preceding it: the zeroth derivative is not really a derivative at all. However, just as the first derivative precedes the second derivative, so also does the zeroth derivative (or the original function itself) precede the first derivative.